home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / bc-1_02.lha / bc-1.02 / ChangeLog < prev    next >
Text File  |  1992-03-04  |  4KB  |  114 lines

  1. Tue Mar  3 10:16:07 1992  Phil Nelson  (phil at cs.wwu.edu)
  2.  
  3.     * (main.c) Added missing } at line 140.
  4.  
  5.     * (version.h) Changed date of version 1.02 to March 3, 1992.
  6.  
  7. Mon Feb  3 16:07:57 1992  Phil Nelson  (phil at cs.wwu.edu)
  8.  
  9.     * (version.h) Updated version number and date.
  10.  
  11.     * (bc.1) Added a new "VERSION" section.
  12.  
  13. Wed Jan 29 14:13:55 1992  Phil Nelson  (phil at cs.wwu.edu)
  14.  
  15.     * (execute.c) Removed the setjmp and longjmp calls that may have
  16.       caused some problems with interrupted programs.
  17.  
  18. Thu Jan 16 17:08:16 1992  Phil Nelson  (phil at cs.wwu.edu)
  19.  
  20.     * (Makefile) Changed install to install the manual.
  21.  
  22. Wed Jan  8 13:23:42 1992  Phil Nelson  (phil at cs.wwu.edu)
  23.  
  24.     * Change all copyright notices to include 1992.
  25.     
  26.     * (load.c) Added termination to "load_code" to ignore code
  27.       after an error has been found.
  28.  
  29.     * (scan.l) Changed the check for NUL characters in STRING tokens
  30.       (before the close quote) to work correctly.  Also added code to
  31.       report illegal characters in a more readable output format.
  32.  
  33.     * (bc.1) Added the exclusion of NUL characters from strings in
  34.       the "differences" section and updated date of last change.
  35.  
  36.     * (const.h) Changed BC_MAX_SEGS to 16.
  37.  
  38. Mon Jan  6 14:20:02 1992  Phil Nelson  (phil at cs.wwu.edu)
  39.  
  40.     * (number.c) Changed the out_num routine to use a correct field
  41.       size for bases greater than 16.  e.g.  For base 1000, each
  42.       "digit" is a three digit number.
  43.  
  44.     * (Makefile) Added the "8" flag to get an 8 bit scanner.
  45.  
  46.     * (scan.l) Changed "char *" to "unsigned char *" to match the
  47.       declaration of yytext for the 8 bit scanner.  Also added code
  48.       to detect the null character in strings and generate an error.
  49.  
  50. Sat Jan  4 20:32:20 1992  Phil Nelson  (phil at cs.wwu.edu)
  51.  
  52.     * (const.h) Changed BC_BASE_MAX to INT_MAX to allow more bases!
  53.  
  54. Mon Dec 30 21:47:28 1991  Phil Nelson  (phil at cs.wwu.edu)
  55.  
  56.     * (main.c) Fixed the bug that loaded the math library before
  57.       every file.
  58.  
  59.     * (bc.y) Removed some type declarations that duplicated token
  60.       definitions so it could be run through bison.
  61.  
  62.     * (load.c) Added a check for maximum code size.
  63.  
  64.     * (Makefile) Added a prefix for LIBDIR and BINDIR so it can be
  65.       changed easily.
  66.  
  67. Mon Nov 25 13:11:17 1991  Phil Nelson  (phil at cs.wwu.edu)
  68.  
  69.     * Changed version number in version.h to 1.01 with current date.
  70.  
  71.     * Changed LIBFILE definition in Makefile.
  72.  
  73.     * Added a recursive function example to bc.1.
  74.  
  75. Sun Nov 24 21:24:01 1991  Phil Nelson  (phil at cs.wwu.edu)
  76.  
  77.     * Changed the Makefile to make sure configure is run first.
  78.       Added the $(CC) the configure call.  Moved some defines
  79.       toward the front of the Makefile to make sure they are
  80.       read by installers.  Also added SUBDIRS variable and updated
  81.       the GNU distribution to include the subdirectories.  Included
  82.       math.h in the distribution for use by configure.  Included
  83.       ChangeLog in the distribution.
  84.  
  85.     * Split the README into README and Install.  Changed Install
  86.       to have current information.  Documented the STRINGS_H define.
  87.       Updated the version number in README.
  88.  
  89.     * Added a check for <strings.h> in configure.
  90.  
  91. Fri Nov 22 15:06:32 1991  Phil Nelson  (phil at cs.wwu.edu)
  92.  
  93.     * Changed configure to check for varargs.h first.  Also, added
  94.       checks to see if long strings (math.h) are accepted by the
  95.       C compiler.  Also added parameters to configure.
  96.  
  97.     * Deleted #include <sys/types.h> from proto.h.  Also made only
  98.       ANSI C compilers include <stdlib.h>.
  99.  
  100.     * Changed the Makefile to have the install bin directory be
  101.       /usr/local/bin and the install lib directory be /usr/local/lib.
  102.  
  103.     * Changed some files in the Test directory to eliminate the
  104.       <op>= form that some older bcs don't like.
  105.  
  106.     * Made some small corrections in bc.1.
  107.  
  108. Tue Oct 29 10:06:32 1991  Phil Nelson  (phil at cs.wwu.edu)
  109.  
  110.     * Called current version 1.00.
  111.  
  112.     * Submitted GNU bc-1.00 to comp.sources.reviewed
  113.  
  114.